home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13531 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  809 b 

  1. Path: selway.umt.edu!eddy92
  2. From: eddy92@selway.umt.edu (Ho Hsin)
  3. Newsgroups: comp.lang.c++
  4. Subject: 'new' & 'delete' memory management
  5. Date: 26 Mar 1996 06:03:58 GMT
  6. Organization: University of Montana
  7. Message-ID: <4j81ce$ivk@umt.umt.edu>
  8. NNTP-Posting-Host: selway.umt.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi there, got a few questions here about C++ implementations of new and 
  12. delete.
  13. 1) How do new and delete manage memory at a low level (ie. the internal 
  14. working of new and delete.)  
  15.  
  16. 2) Does it coalesce small blocks of memory after delete to prevent 
  17. fragmentations? How does it do it (ie. algorithm) ?
  18.  
  19. 3) Page or virtual memory is handled by the OS of the system. I would 
  20. like to know how is memory manage within a page?
  21.  
  22. Please email to eddy92@cs.umt.edu
  23.  
  24. Thanks a whole bunch in advance :)
  25.  
  26.